Added new classmethod xstransact.ListRecursive, and use this inside
authoremellor@ewan <emellor@ewan>
Wed, 28 Sep 2005 14:06:48 +0000 (15:06 +0100)
committeremellor@ewan <emellor@ewan>
Wed, 28 Sep 2005 14:06:48 +0000 (15:06 +0100)
commit55da9243e8e0fbf80a9c4c97d0bf2a2caef03b7c
treee5b4a2264790a896bd3aa8333df43709c68c906b
parent5d7d6aff1826c1c667c6cd24b09ea1f65a4ad5cf
Added new classmethod xstransact.ListRecursive, and use this inside
DevController to tidy up the code there.  Change the semantics of
xstransact.list and List to return the empty list rather than None if there
are no entries or the directory is not present, as this is easier to handle
for the client.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/server/DevController.py
tools/python/xen/xend/xenstore/xstransact.py